home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 51
/
Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso
/
-serious-
/
programming
/
e
/
powerd
/
readme.first.txt
< prev
next >
Wrap
Text File
|
2000-01-27
|
1KB
|
35 lines
1)
At first, try my page: http://lide.pruvodce.cz/kuchinka, there will be
allways the newest version of powerd.
2)
As You can see, I included some modules also in binary format, not all.
Why? I just have not enough time to test them all. If You find module
which can't be compiled, please reffer to me, but first try to remove
all unused modules! It means, that if an OBJECT contain only a PTR TO
an OBJECT from other module, it might be left, only needed modules are
modules which contains OBJECTs which are used as arrays:
MODULE 'intuition/intuition',
'intuition/screens' // this module can be removed
OBJECT struct
scr:PTR TO Screen, // this is only a pointer
win:Window // this is the array
I hope it is clear, if no, email me!
This sometimes causes 'uncompilation' of a module.
WARNING!!!
If some problems occurs with binary modules, just delete them, if the
binary module doesn't exists, DC will read the ascii one.
Every one's everything is welcomed!!!
Bye, MarK